projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299714d
)
API: Deprecate gtk_container_resize_children()
author
Benjamin Otte
<otte@redhat.com>
Thu, 30 May 2013 18:02:30 +0000
(20:02 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 30 May 2013 18:02:30 +0000
(20:02 +0200)
It does ad things and is undocumented, so I'll just silently deprecate
it.
gtk/gtkcontainer.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcontainer.h
b/gtk/gtkcontainer.h
index f66fd826bd9d537a877e9466da00ab0f6ae2f712..4a334df783199335c091a3e94794645dc2c99048 100644
(file)
--- a/
gtk/gtkcontainer.h
+++ b/
gtk/gtkcontainer.h
@@
-174,7
+174,7
@@
void gtk_container_set_focus_hadjustment (GtkContainer *container,
GDK_AVAILABLE_IN_ALL
GtkAdjustment *gtk_container_get_focus_hadjustment (GtkContainer *container);
-GDK_
AVAILABLE_IN_ALL
+GDK_
DEPRECATED_IN_3_10
void gtk_container_resize_children (GtkContainer *container);
GDK_AVAILABLE_IN_ALL